home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TFOLDERHANDLINGFRAME / TFOLDERHANDLINGFRAME.txt
Text File  |  2005-06-02  |  1KB  |  52 lines

  1. object FolderHandlingFrame: TFolderHandlingFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 421
  5.   Height = 101
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object GroupBox1: TGroupBox
  14.     Left = 8
  15.     Top = 8
  16.     Width = 409
  17.     Height = 89
  18.     Caption = 'Gestion de dossier'
  19.     TabOrder = 0
  20.     object AutoBuildFolders: TBCCheckBox
  21.       Left = 8
  22.       Top = 20
  23.       Width = 232
  24.       Height = 17
  25.       HelpContext = 3250
  26.       Caption = 'Balayer automatiquement les sous-dossiers en arri'#232're-plan'
  27.       TabOrder = 0
  28.       OnClick = EditChange
  29.     end
  30.     object AutoExpandOnStartup: TBCCheckBox
  31.       Left = 8
  32.       Top = 40
  33.       Width = 213
  34.       Height = 17
  35.       HelpContext = 3251
  36.       Caption = 'Etendre les sous-dossiers lors du chargement de session'
  37.       TabOrder = 1
  38.       OnClick = EditChange
  39.     end
  40.     object AutoExpandDiffOnStartup: TBCCheckBox
  41.       Left = 20
  42.       Top = 59
  43.       Width = 214
  44.       Height = 17
  45.       HelpContext = 3252
  46.       Caption = 'Etendre uniquement les sous-dossiers avec diff'#233'rences'
  47.       TabOrder = 2
  48.       OnClick = EditChange
  49.     end
  50.   end
  51. end
  52.